home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / kset15.zip / KSET.DOC < prev    next >
Text File  |  1993-10-27  |  5KB  |  108 lines

  1.                     K   K    SSSSS    EEEEEE   TTTTTTTTT
  2.                     K  K     S   S    E            T
  3.                     K K      S        E            T
  4.                     KK       SSSSS    EEEEEE       T
  5.                     K K          S    E            T
  6.                     K  K     S   S    E            T
  7.                     K   K    SSSSS    EEEEEE       T
  8.  
  9. Copyright 1993--Jeffrey W. Spencer
  10. -----------------------------------------------------------------------------
  11. Greetings, and welcome to Kset 1.5!  Kset is a shareware.  Please feel free
  12. to try Kset for 30 days.  If you decide that you like Kset and would like 
  13. to continue using it, please register Kset by mailing the included 
  14. registration form and $5.00 U.S. currency (no cash please) for each 
  15. machine Kset will reside upon to the address below:
  16.  
  17. Jeffrey W. Spencer
  18. Rt. 5 Box 603
  19. Rolla, MO  65401-9220
  20.  
  21. Please feel free to send any questions, suggestions, or comments you might
  22. have about Kset.  Kset is in it's early stages, and I would like to know
  23. what you would like to see in later versions.
  24.  
  25. For all of those that register, as new versions of Kset are released, I will
  26. mail out upgrades on either a 5.25" or 3.5" diskette (see registration).
  27.  
  28. Mail support is also available to those that register.  I can be reached 
  29. at the above address or by Compuserve or Internet mail at the addresses
  30. below.  Please feel free to mail me anytime with your questions about Kset.
  31. -----------------------------------------------------------------------------
  32. Kset 1.5 is a utility that sets the function keys of your keyboard to user-
  33. defined commands.  It makes use of an external definition file so the keys
  34. can be changed by simply calling another external file.  Kset 1.5 can not
  35. only be called from the command line, but can be placed in the autoexec.bat
  36. file to be called at boot time.
  37. -----------------------------------------------------------------------------
  38. Installation of Kset 1.5 is quite simple.  All you need to do is follow these
  39. easy steps:
  40.   1)  Make sure that ANSI.SYS is installed according to the directions in 
  41.       your dos manual.  Kset 1.5 uses ANSI escape sequences and will not 
  42.       work without it being installed.
  43.  
  44.   2)  Create a text file of any name in this form:  
  45.            1 cls
  46.            2 dir /w
  47.            4 help
  48.            11 park
  49.            12 dir /p
  50.       
  51.       For our purposes we will call this file KSET.DAT.
  52.  
  53.    3) Let's say we have KSET.EXE in our D:\UTIL directory and our KSET.DAT
  54.       in our C:\ (root) directory.  To activate Kset 1.5 from the command
  55.       line you would simply type 
  56.              D:\UTIL\KSET C:\KSET.DAT
  57.       This will activate Kset 1.5 with the configuration in KSET.DAT.
  58.       In our case it would set the function keys as follows:
  59.          Key             Execute
  60.          ---             -------
  61.          F1               cls
  62.          F2               dir /w
  63.          F4               help
  64.          F11              park
  65.          F12              dir /p
  66.       
  67.       F1, F2, and F12 use dos internal commands, the other keys are set to 
  68.       external EXE files.  You can also set a function key to edit certain 
  69.       files or to bring up your favorite word processor with a document you 
  70.       wish to view.  For example, you might want to set F9 and F10 as 
  71.       follows:
  72.                 9 WP D:\DOCS\report.doc
  73.                 10 edlin c:\autoexec.bat
  74.  
  75.    4) You can also place D:\UTIL\KSET C:\KSET.DAT as a line in your  
  76.       autoexec.bat file and it will be called at boot time.
  77. ----------------------------------------------------------------------------
  78.    
  79.    notes:  If you try to set a function key other than F1-F12 the program 
  80.            will report an error and continue with the next key setting.
  81.  
  82.            If you do not have F11 or F12 and try to set them nothing will
  83.            happen.  Execution will continue uninterrupted.
  84.             
  85.            Calling a new key configuration file will not reset the keys  
  86.            that were previously defined if they are not defined in the
  87.            new file.
  88.  
  89.            
  90. ----------------------------------------------------------------------------
  91. Intended Updates:
  92.  
  93. I do plan on updating Kset.  Here are some of my plans:
  94.    1) detect ansi.sys and abort if not installed
  95.    2) allow multiple commands for a function key
  96.    3) an exe file that creates your data files for you
  97.    4) detecting whether the F11 and F12 keys exist and 
  98.       printing an error msg if they are assigned and don't
  99.       exist.
  100.    
  101. -----------------------------------------------------------------------------
  102. Thank you for your interest in Kset 1.5 and I hope I hear from you!
  103.  
  104. --Jeffrey W. Spencer
  105. COMPUSERVE:  72202,3260 
  106. INTERNET:    72202.3260@compuserve.com
  107.  
  108.